-
Say this is my entity class: /** * @ORM\Entity(repositoryClass=TodoRepository::class) */ class Todo { /** * @ORM\Id() * @ORM\GeneratedValue() * @ORM\Column(type="integer") …
- 402 views
- 1 answers
- 0 votes
Say this is my entity class: /** * @ORM\Entity(repositoryClass=TodoRepository::class) */ class Todo { /** * @ORM\Id() * @ORM\GeneratedValue() * @ORM\Column(type="integer") …